projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0e2c53
)
Seal priv pointer in GtkStatusIcon.
author
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 11:06:14 +0000
(11:06 +0000)
committer
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 11:06:14 +0000
(11:06 +0000)
svn path=/trunk/; revision=20582
gtk/gtkstatusicon.h
[changed mode: 0644->0755]
patch
|
blob
|
history
diff --git
a/gtk/gtkstatusicon.h
b/gtk/gtkstatusicon.h
old mode 100644
(file)
new mode 100755
(executable)
index
dbb9520
..
677d9b9
--- a/
gtk/gtkstatusicon.h
+++ b/
gtk/gtkstatusicon.h
@@
-48,7
+48,7
@@
struct _GtkStatusIcon
{
GObject parent_instance;
- GtkStatusIconPrivate *
priv
;
+ GtkStatusIconPrivate *
GSEAL (priv)
;
};
struct _GtkStatusIconClass